projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b63a55a
)
*** empty log message ***
author
Miles Bader
<miles@gnu.org>
Sun, 26 May 2002 07:36:40 +0000
(07:36 +0000)
committer
Miles Bader
<miles@gnu.org>
Sun, 26 May 2002 07:36:40 +0000
(07:36 +0000)
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index d3e45d4a9199d096c775616df095712b2f46d388..407c48b9a90238534e4bd6051b23c5d5bdf61235 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,10
@@
+2002-05-26 Miles Bader <miles@gnu.org>
+
+ * term.c (tty_capable_p): New function.
+ * dispextern.h (tty_capable_p): New function declaration.
+ (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
+ (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
+
2002-05-23 Stefan Monnier <monnier@cs.yale.edu>
* fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.